home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / WinXP Service Pack 1 / xpsp1_sv_x86.exe / ip / default.as_ / default.asp
Encoding:
Text File  |  2002-08-01  |  2.4 KB  |  78 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2.  
  3. <% @Language = "VBScript" %>
  4.  
  5. <html dir=ltr><head><title>Dokumentation för Microsoft Internet Information Services 5.1</title>
  6.  
  7. <META NAME="ROBOTS" CONTENT="NOINDEX">
  8. <META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
  9. </head>
  10.  
  11.  
  12. <% Set OBJbrowser = Server.CreateObject("MSWC.BrowserType")
  13.     BrsType = Request.ServerVariables("HTTP_User-Agent")
  14.     MachType=Request.ServerVariables("HTTP_UA-CPU")
  15.     If InStr(BrsType, "MSIE") Then
  16.         If InStr(BrsType, "Windows") Then
  17.             File="contents.asp" 
  18.             Size="30"
  19.             Scroll="Auto"
  20.         Else
  21.             File="coflat.htm"
  22.             Size="34"
  23.             Scroll="Yes"
  24.         End If
  25.         If MachType="Alpha" Then
  26.             File="contalph.asp"
  27.             Size="30"
  28.             Scroll="Auto" 
  29.         End If
  30.     Else
  31.  
  32.         File="coflat.htm"
  33.         Size="34"
  34.         Scroll="Yes"
  35.     End If
  36. %>
  37.  
  38.  
  39. <%
  40.         If Request.QueryString("jumpurl") <> "" Then
  41.                 strMainUrl = Server.HTMLEncode(Request.QueryString("jumpurl"))
  42.         Else
  43.                 strMainUrl = "../htm/core/iiwltop.htm" 
  44.         End If
  45.  %>
  46.  
  47.  
  48. <!--frameset cols="275,*"-->
  49.  
  50.  
  51. <frameset rows="<% =Size%>,*" FRAMEBORDER="0" FRAMESPACING="0">
  52.     <frame src="navbar.asp" name="NavBar" scrolling="No" noresize marginheight="0" marginwidth="0" framespacing="0" frameborder="No">
  53.     <frameset cols="284,*">
  54.             <frame src=<% =File%> name="contents"  scrolling=<% =Scroll%> FRAMEBORDER="0" FRAMESPACING="0">
  55.             <frame src=<% =strMainUrl%> name="main" FRAMEBORDER="0" FRAMESPACING="0">
  56.     </frameset>
  57. </frameset>
  58.  
  59.  
  60. <noframes>
  61.  
  62.  
  63. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  64.  
  65. <h1>Dokumentation för Microsoft Internet Information Services 5.1</h1>
  66.  
  67. <p>Dokumentationen för Microsoft Internet Information Services 5.1 måste läsas med en webbläsare som stöder ramar. Klicka på följande ikon om du vill ladda ner senaste versionen av Microsoft® Internet Explorer.</p>
  68.  
  69. <p><A HREF="http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=inews" target="_top"><IMG SRC="../../common/bestwith.gif" ALT="Klicka här för att starta" ALIGN="BOTTOM" BORDER="0" VSPACE="7" WIDTH="88" HEIGHT="31" HSPACE="5"></A></p>
  70.  
  71. <hr class="iis" size="1">
  72. <p align="center"><em><a href="../../common/colegal.htm">© 1997-1998 Microsoft Corporation. Med ensamrätt.</a></em></p>
  73. </font>
  74. </noframes>
  75.  
  76. </body>
  77. </html>
  78.